home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / make-367.lha / make-3.67 / tags < prev    next >
Text File  |  1993-05-22  |  13KB  |  226 lines

  1. ADDRESS_FUNCTION    ./alloca.c    /^#define ADDRESS_FUNCTION(arg) (char *) i00afunc (&/
  2. BADARGS    ./function.c    /^#define BADARGS(func)                                  \\$/
  3. DEBUGP2    ./implicit.c    /^#define DEBUGP2(msg, a1, a2)                              \\$/
  4. DEBUGPR    ./make.h    /^#define DEBUGPR(msg) \\$/
  5. D_NAMLEN    ./dir.c    /^#define D_NAMLEN(d) strlen((d)->d_name)$/
  6. ENUM_BITFIELD    ./make.h    /^#define    ENUM_BITFIELD(bits)    :bits$/
  7. FIXUP_KERNEL_SYMBOL_ADDR    ./getloadavg.c    /^#define FIXUP_KERNEL_SYMBOL_ADDR(nl) ((nl)[0].n_va/
  8. HASH    ./make.h    /^#define    HASH(var, c) \\$/
  9. LDAV_CVT    ./getloadavg.c    /^#define LDAV_CVT(n) (LOAD_AVE_CVT (n) \/ 100.0)$/
  10. Marscan    ./arscan.c    /^main (argc, argv)$/
  11. Mgetloadavg    ./getloadavg.c    /^main (argc, argv)$/
  12. Mgetopt    ./getopt.c    /^main (argc, argv)$/
  13. Mgetopt1    ./getopt1.c    /^main (argc, argv)$/
  14. Mmain    ./main.c    /^main (argc, argv, envp)$/
  15. PATH_VAR    ./make.h    /^#define    PATH_VAR(var)    char var[PATH_MAX]$/
  16. REAL_DIR_ENTRY    ./dir.c    /^#define REAL_DIR_ENTRY(dp) 1$/
  17. S_ISDIR    ./make.h    /^#define    S_ISDIR(mode)    (((mode) & S_IFMT) == S_IFDI/
  18. S_ISREG    ./make.h    /^#define    S_ISREG(mode)    (((mode) & S_IFMT) == S_IFRE/
  19. TOUCH_ERROR    ./remake.c    /^#define TOUCH_ERROR(call) return (perror_with_name/
  20. WAIT_NOHANG    ./job.c    /^#define    WAIT_NOHANG(status)    waitpid (-1, (status),/
  21. WCOREDUMP    ./job.c    /^#define WCOREDUMP(x) ((x) & 0x80)$/
  22. WEXITSTATUS    ./job.c    /^#define WEXITSTATUS(x) (((x) >> 8) & 0xff)$/
  23. WIFEXITED    ./job.c    /^#define WIFEXITED(x) (WTERMSIG (x) == 0)$/
  24. WIFSIGNALED    ./job.c    /^#define WIFSIGNALED(x) (WTERMSIG (x) != 0)$/
  25. WTERMSIG    ./job.c    /^#define WTERMSIG(x) ((x) & 0x7f)$/
  26. _getopt_internal    ./getopt.c    /^_getopt_internal (argc, argv, optstring, longopts,/
  27. alloca    ./make.h    /^#define    alloca(n)    __builtin_alloca (n)$/
  28. allocated_variable_expand    ./variable.h    /^#define    allocated_variable_expand(line) \\$/
  29. allocated_variable_expand_for_file    ./expand.c    /^allocated_variable_expand_for_file (line, file)$/
  30. alpha_compare    ./misc.c    /^alpha_compare (s1, s2)$/
  31. ar_member_date    ./ar.c    /^ar_member_date (name)$/
  32. ar_member_date_1    ./ar.c    /^ar_member_date_1 (desc, mem, truncated,$/
  33. ar_member_pos    ./arscan.c    /^ar_member_pos (desc, mem, truncated,$/
  34. ar_member_touch    ./arscan.c    /^ar_member_touch (arname, memname)$/
  35. ar_name    ./ar.c    /^ar_name (name)$/
  36. ar_name_equal    ./arscan.c    /^ar_name_equal (name, mem, truncated)$/
  37. ar_parse_name    ./ar.c    /^ar_parse_name (name, arname_p, memname_p)$/
  38. ar_scan    ./arscan.c    /^ar_scan (archive, function, arg)$/
  39. ar_touch    ./ar.c    /^ar_touch (name)$/
  40. bcmp    ./make.h    /^#define bcmp(s1, s2, n)    memcmp ((s1), (s2), (n))$/
  41. bcopy    ./make.h    /^#define bcopy(s, d, n)    memcpy ((d), (s), (n))$/
  42. block_remote_children    ./remote-cstms.c    /^block_remote_children ()$/
  43. build_vpath_lists    ./vpath.c    /^build_vpath_lists ()$/
  44. bzero    ./make.h    /^#define bzero(s, n)    memset ((s), 0, (n))$/
  45. check_dep    ./remake.c    /^check_dep (file, depth, this_mtime, must_make_ptr)/
  46. check_renamed    ./file.h    /^#define check_renamed(file) \\$/
  47. child_access    ./misc.c    /^child_access ()$/
  48. child_error    ./job.c    /^child_error (target_name, exit_code, exit_sig, cor/
  49. child_execute_job    ./job.c    /^child_execute_job (stdin_fd, stdout_fd, argv, envp/
  50. child_handler    ./job.c    /^child_handler (sig)$/
  51. chop_commands    ./commands.c    /^chop_commands (cmds)$/
  52. collapse_continuations    ./misc.c    /^collapse_continuations (line)$/
  53. concat    ./misc.c    /^concat (s1, s2, s3)$/
  54. conditional_line    ./read.c    /^conditional_line (line, filename, lineno)$/
  55. construct_command_argv    ./job.c    /^construct_command_argv (line, restp, file)$/
  56. construct_command_argv_internal    ./job.c    /^construct_command_argv_internal (line, restp, shel/
  57. construct_include_path    ./read.c    /^construct_include_path (arg_dirs)$/
  58. construct_vpath_list    ./vpath.c    /^construct_vpath_list (pattern, dirpath)$/
  59. convert_to_pattern    ./rule.c    /^convert_to_pattern ()$/
  60. copy_dep_chain    ./misc.c    /^copy_dep_chain (d)$/
  61. count_implicit_rule_limits    ./rule.c    /^count_implicit_rule_limits ()$/
  62. create_pattern_rule    ./rule.c    /^create_pattern_rule (targets, target_percents,$/
  63. decode_env_switches    ./main.c    /^decode_env_switches (envar, len)$/
  64. decode_switches    ./main.c    /^decode_switches (argc, argv, env)$/
  65. define_automatic_variables    ./variable.c    /^define_automatic_variables ()$/
  66. define_default_variables    ./default.c    /^define_default_variables ()$/
  67. define_makeflags    ./main.c    /^define_makeflags (all, makefile)$/
  68. define_variable    ./variable.c    /^define_variable (name, length, value, origin, recu/
  69. define_variable_for_file    ./variable.c    /^define_variable_for_file (name, length, value, ori/
  70. define_variable_in_set    ./variable.c    /^define_variable_in_set (name, length, value, origi/
  71. delete_child_targets    ./commands.c    /^delete_child_targets (child)$/
  72. dep_name    ./misc.c    /^dep_name (dep)$/
  73. describe_member    ./arscan.c    /^describe_member (desc, name, truncated,$/
  74. die    ./main.c    /^die (status)$/
  75. dir_contents_file_exists_p    ./dir.c    /^dir_contents_file_exists_p (dir, filename)$/
  76. dir_file_exists_p    ./dir.c    /^dir_file_exists_p (dirname, filename)$/
  77. dir_name    ./dir.c    /^dir_name (dir)$/
  78. do_define    ./read.c    /^do_define (name, namelen, origin, lineno, infile, /
  79. dup2    ./job.c    /^dup2 (old, new)$/
  80. end_of_token    ./misc.c    /^end_of_token (s)$/
  81. enter_file    ./file.c    /^enter_file (name)$/
  82. error    ./misc.c    /^error (s1, s2, s3, s4, s5, s6)$/
  83. exchange    ./getopt.c    /^exchange (argv)$/
  84. exec_command    ./job.c    /^exec_command (argv, envp)$/
  85. execute_file_commands    ./commands.c    /^execute_file_commands (file)$/
  86. expand_argument    ./expand.c    /^expand_argument (str, end)$/
  87. expand_function    ./function.c    /^expand_function (o, function, text, end)$/
  88. f_mtime    ./remake.c    /^f_mtime (file, search)$/
  89. fatal    ./misc.c    /^fatal (s1, s2, s3, s4, s5, s6)$/
  90. fatal_error_signal    ./commands.c    /^fatal_error_signal (sig)$/
  91. file_exists_p    ./dir.c    /^file_exists_p (name)$/
  92. file_hash_enter    ./file.c    /^file_hash_enter (file, name, oldhash, oldname)$/
  93. file_impossible    ./dir.c    /^file_impossible (filename)$/
  94. file_impossible_p    ./dir.c    /^file_impossible_p (filename)$/
  95. file_mtime    ./file.h    /^#define file_mtime(f) file_mtime_1 ((f), 1)$/
  96. file_mtime_1    ./file.h    /^#define file_mtime_1(f, v) \\$/
  97. file_mtime_no_search    ./file.h    /^#define file_mtime_no_search(f) file_mtime_1 ((f),/
  98. find_directory    ./dir.c    /^find_directory (name)$/
  99. find_next_token    ./misc.c    /^find_next_token (ptr, lengthptr)$/
  100. find_percent    ./read.c    /^find_percent (pattern)$/
  101. find_semicolon    ./read.c    /^find_semicolon (string)$/
  102. find_stack_direction    ./alloca.c    /^find_stack_direction ()$/
  103. flags    ./main.c    /^flags () {}$/
  104. free_child    ./job.c    /^free_child (child)$/
  105. freebuffer    ./read.c    /^#define freebuffer(lb) free ((lb)->buffer)$/
  106. freerule    ./rule.c    /^freerule (rule, lastrule)$/
  107. get_path_max    ./misc.c    /^get_path_max ()$/
  108. getcwd    ./make.h    /^#define    getcwd(buf, len)    getwd (buf)$/
  109. getdtablesize    ./job.c    /^#define getdtablesize() NOFILE$/
  110. getloadavg    ./getloadavg.c    /^getloadavg (loadavg, nelem)$/
  111. getopt    ./getopt.c    /^getopt (argc, argv, optstring)$/
  112. getopt_long    ./getopt1.c    /^getopt_long (argc, argv, options, long_options, op/
  113. getopt_long_only    ./getopt1.c    /^getopt_long_only (argc, argv, options, long_option/
  114. handle_function    ./function.c    /^handle_function (op, stringp)$/
  115. header    ./alloca.c    127
  116. i00afunc    ./alloca.c    /^i00afunc (long *address)$/
  117. index    ./make.h    /^#define    index(s, c)    strchr((s), (c))$/
  118. init_access    ./misc.c    /^init_access ()$/
  119. init_dir    ./dir.c    /^init_dir ()$/
  120. init_sig    ./signame.c    /^init_sig (number, abbrev, name)$/
  121. init_switches    ./main.c    /^init_switches ()$/
  122. initbuffer    ./read.c    /^#define initbuffer(lb) (lb)->buffer = (char *) xma/
  123. initialize_file_variables    ./variable.c    /^initialize_file_variables (file)$/
  124. initialize_variable_output    ./expand.c    /^initialize_variable_output ()$/
  125. install_default_implicit_rules    ./default.c    /^install_default_implicit_rules ()$/
  126. install_pattern_rule    ./rule.c    /^install_pattern_rule (p, terminal)$/
  127. isblank    ./make.h    /^#define    isblank(c)    ((c) == ' ' || (c) == '\\t')$/
  128. job_next_command    ./job.c    /^job_next_command (child)$/
  129. library_search    ./remake.c    /^library_search (lib, mtime_ptr)$/
  130. lindex    ./misc.c    /^lindex (s, limit, c)$/
  131. load_too_high    ./job.c    /^load_too_high ()$/
  132. log_access    ./misc.c    /^log_access (flavor)$/
  133. log_working_directory    ./main.c    /^log_working_directory (entering)$/
  134. lookup_file    ./file.c    /^lookup_file (name)$/
  135. lookup_variable    ./variable.c    /^lookup_variable (name, length)$/
  136. make_access    ./misc.c    /^make_access ()$/
  137. makefile_error    ./misc.c    /^makefile_error (file, lineno, s1, s2, s3, s4, s5, /
  138. makefile_fatal    ./misc.c    /^makefile_fatal (file, lineno, s1, s2, s3, s4, s5, /
  139. merge_variable_set_lists    ./variable.c    /^merge_variable_set_lists (setlist0, setlist1)$/
  140. merge_variable_sets    ./variable.c    /^merge_variable_sets (set0, set1)$/
  141. message    ./misc.c    /^message (s1, s2, s3, s4, s5, s6)$/
  142. multi_glob    ./read.c    /^multi_glob (chain, size)$/
  143. my_bcopy    ./getopt.c    /^#define    my_bcopy(src, dst, n)    memcpy ((dst), (src)/
  144. my_index    ./getopt.c    /^my_index (str, chr)$/
  145. name_mtime    ./remake.c    /^name_mtime (name)$/
  146. new_job    ./job.c    /^new_job (file)$/
  147. new_pattern_rule    ./rule.c    /^new_pattern_rule (rule, override)$/
  148. next_token    ./misc.c    /^next_token (s)$/
  149. notice_finished_file    ./remake.c    /^notice_finished_file (file)$/
  150. num_abbrev    ./signame.c    56
  151. open_dirstream    ./dir.c    /^open_dirstream (directory)$/
  152. parse_file_seq    ./read.c    /^parse_file_seq (stringp, stopchar, size, strip)$/
  153. patsubst_expand    ./function.c    /^patsubst_expand (o, text, pattern, replace, patter/
  154. pattern_matches    ./function.c    /^pattern_matches (pattern, percent, word)$/
  155. pattern_search    ./implicit.c    /^pattern_search (file, archive, depth, recursions)$/
  156. perror_with_name    ./misc.c    /^perror_with_name (str, name)$/
  157. pfatal_with_name    ./misc.c    /^pfatal_with_name (name)$/
  158. pointer    ./alloca.c    56
  159. pop_variable_scope    ./variable.c    /^pop_variable_scope ()$/
  160. print_commands    ./commands.c    /^print_commands (cmds)$/
  161. print_data_base    ./main.c    /^print_data_base ()$/
  162. print_dir_data_base    ./dir.c    /^print_dir_data_base ()$/
  163. print_file_data_base    ./file.c    /^print_file_data_base ()$/
  164. print_file_variables    ./variable.c    /^print_file_variables (file)$/
  165. print_rule_data_base    ./rule.c    /^print_rule_data_base ()$/
  166. print_spaces    ./misc.c    /^print_spaces (n)$/
  167. print_variable    ./variable.c    /^print_variable (v, prefix)$/
  168. print_variable_data_base    ./variable.c    /^print_variable_data_base ()$/
  169. print_variable_set    ./variable.c    /^print_variable_set (set, prefix)$/
  170. print_version    ./main.c    /^print_version ()$/
  171. print_vpath_data_base    ./vpath.c    /^print_vpath_data_base ()$/
  172. psignal    ./signame.c    /^psignal (signal, message)$/
  173. push_new_variable_scope    ./variable.c    /^push_new_variable_scope ()$/
  174. read_all_makefiles    ./read.c    /^read_all_makefiles (makefiles)$/
  175. read_dirstream    ./dir.c    /^read_dirstream (stream)$/
  176. read_makefile    ./read.c    /^read_makefile (filename, type)$/
  177. readline    ./read.c    /^readline (linebuffer, stream, filename, lineno)$/
  178. reap_children    ./job.c    /^reap_children (block, err)$/
  179. record_files    ./read.c    /^record_files (filenames, pattern, pattern_percent,/
  180. recursively_expand    ./expand.c    /^recursively_expand (v)$/
  181. reference_variable    ./expand.c    /^reference_variable (o, name, length)$/
  182. remake_file    ./remake.c    /^remake_file (file)$/
  183. remote_kill    ./remote-cstms.c    /^remote_kill (id, sig)$/
  184. remote_status    ./remote-cstms.c    /^remote_status (exit_code_ptr, signal_ptr, coredump/
  185. remove_comments    ./misc.c    /^remove_comments (line)$/
  186. remove_intermediates    ./file.c    /^remove_intermediates (sig)$/
  187. rename_file    ./file.c    /^rename_file (file, name)$/
  188. rindex    ./make.h    /^#define    rindex(s, c)    strrchr((s), (c))$/
  189. savestring    ./misc.c    /^savestring (str, length)$/
  190. search_path    ./job.c    /^search_path (file, path, program)$/
  191. selective_vpath_search    ./vpath.c    /^selective_vpath_search (path, file, mtime_ptr)$/
  192. set_default_suffixes    ./default.c    /^set_default_suffixes ()$/
  193. set_file_variables    ./commands.c    /^set_file_variables (file)$/
  194. sig_abbrev    ./signame.c    /^sig_abbrev (number)$/
  195. sig_number    ./signame.c    /^sig_number (abbrev)$/
  196. sigmask    ./make.h    /^#define    sigmask(sig)    (1 << ((sig) - 1))$/
  197. signame_init    ./signame.c    /^signame_init ()$/
  198. sindex    ./misc.c    /^sindex (big, blen, small, slen)$/
  199. sizeof    ./main.c    /^static char options[sizeof (switches) \/ sizeof (sw/
  200. snap_deps    ./file.c    /^snap_deps ()$/
  201. start_job_command    ./job.c    /^start_job_command (child)$/
  202. start_remote_job    ./remote-cstms.c    /^start_remote_job (argv, envp, stdin_fd, is_remote,/
  203. start_remote_job_p    ./remote-cstms.c    /^start_remote_job_p ()$/
  204. start_waiting_job    ./job.c    /^start_waiting_job (c)$/
  205. start_waiting_jobs    ./job.c    /^start_waiting_jobs ()$/
  206. streq    ./make.h    /^#define streq(a, b) \\$/
  207. string_glob    ./function.c    /^string_glob (line)$/
  208. subst_expand    ./function.c    /^subst_expand (o, text, subst, replace, slen, rlen,/
  209. target_environment    ./variable.c    /^target_environment (file)$/
  210. touch_file    ./remake.c    /^touch_file (file)$/
  211. try_implicit_rule    ./implicit.c    /^try_implicit_rule (file, depth)$/
  212. try_variable_definition    ./variable.c    /^try_variable_definition (filename, lineno, line, o/
  213. unblock_remote_children    ./remote-cstms.c    /^unblock_remote_children ()$/
  214. unblock_sigs    ./job.c    /^unblock_sigs ()$/
  215. uniquize_deps    ./read.c    /^uniquize_deps (chain)$/
  216. update_file    ./remake.c    /^update_file (file, depth)$/
  217. update_file_1    ./remake.c    /^update_file_1 (file, depth)$/
  218. update_goal_chain    ./remake.c    /^update_goal_chain (goals, makefiles)$/
  219. user_access    ./misc.c    /^user_access ()$/
  220. variable_buffer_output    ./expand.c    /^variable_buffer_output (ptr, string, length)$/
  221. variable_expand    ./expand.c    /^variable_expand (line)$/
  222. variable_expand_for_file    ./expand.c    /^variable_expand_for_file (line, file)$/
  223. vpath_search    ./vpath.c    /^vpath_search (file, mtime_ptr)$/
  224. xmalloc    ./misc.c    /^xmalloc (size)$/
  225. xrealloc    ./misc.c    /^xrealloc (ptr, size)$/
  226.